.bottom-wrap {
  width: 100%;
  padding: 48px 0;
  color: #fff;
  box-sizing: border-box;
  background: url('../../static/bottom/bottom-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bottom-info {
  background-color: #444444;
}
.bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-content-title {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  opacity: 0.8;
  margin-bottom: 16px;
}
.bottom-content-subtitle {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 14px;
}
.bottom-imgbox {
  display: flex;
  justify-content: flex-end;
}
.bottom-imgbox div {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 40px;
}
.bottom-imgbox div:nth-of-type(1) {
  margin-left: 0;
}
.bottom-imgbox img {
  width: 112px;
  height: 112px;
  margin-bottom: 6px;
}
.footer {
  padding: 15px 0;
  background-color: #a41f12;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.bottom-logo {
  width: 394px;
  height: 60px;
}

.bottom-content-left-select {
  position: relative;
  width: 240px;
  height: 38px;
  background: rgba(237, 237, 237, 0.2);
  color: #fff;
  padding: 0 20px;
  margin-bottom: 40px;
  border: none;
}
.bottom-content-left-select option{color:#000;}
.bottom-content-left {
  position: relative;
}
.bottom-content-left::after {
  display:none!important;
  content: '';
  position: absolute;
  display: inline-block;
  right: 71px;
  top: 0;
  width: 20px;
  height: 38px;
  background: rgba(237, 237, 237, 0.2);
}
@media (max-width: 1024px) {
  .bottom-content {
    flex-direction: column;
  }
  .bottom-logo {
    margin: 30px 0;
  }
  .bottom-imgbox {
    justify-content: flex-start;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 400px) {
  .bottom-logo {
    width: calc(100vw - 30px);
    height: 50px;
  }
}
